home *** CD-ROM | disk | FTP | other *** search
/ Network Support Library / RoseWare - Network Support Library.iso / sna / wsdup.exe / MEMORY.DOC < prev    next >
Text File  |  1992-05-27  |  3KB  |  70 lines

  1.                                            Memory.DOC
  2.  
  3. 1. You can load part of WSLAN into Upper Memory Blocks (UMB) by entering
  4. the appropriate DEVICE statements into the CONFIG.SYS file.  
  5.  
  6. NOTE: Providing the capability to move device drivers into Upper Memory by
  7. specifying DOS=UMB in CONFIG.SYS excludes WSLAN from Upper Memory.  For
  8. this reason, DOS=UMB is remarked out with REM in the examples below.
  9.  
  10. UMB, are segments of memory from 640KB to 1024KB.
  11.  
  12. > For Ethernet Networks and QRAM on 286 machines running MS-DOS 3.31   
  13. Enter in CONFIG.SYS:
  14.       DEVICE=C:\QRAM\QRAM.SYS R:1
  15.       DEVICE=EMM.SYS AT 248
  16.  
  17. > For Ethernet Networks and EMM386 on MS-DOS 5.0. 
  18. Enter in CONFIG.SYS:
  19.       DEVICE=C:\DOS\HIMEM.SYS
  20.       DEVICE=C:\DOS\EMM386.EXE RAM
  21.       REM DOS=UMB
  22.       DOS=HIGH
  23.  
  24. > For Ethernet Networks and CEMM on COMPAQ's DOS 5.0. 
  25. Enter in CONFIG.SYS:
  26.       DEVICE=C:\DOS\HIMEM.EXE
  27.       DEVICE=C:\DOS\CEMM.EXE RAM
  28.       REM DOS=UMB
  29.       DOS=HIGH
  30.  
  31. > For Ethernet Networks and QEMM386 on MS-DOS 5.0. Enter the following
  32. information in CONFIG.SYS:
  33.       DEVICE=C:\QEMM\QEMM386.SYS RAM
  34.       REM DOS=UMB
  35.       DOS=HIGH
  36.  
  37. > For Ethernet Networks and 386MAX on IBM's DOS 5.0. Enter the following
  38. information in CONFIG.SYS:
  39.       DEVICE=C:\386MAX\386MAX.SYS RAM PRO=C:\386MAX\386MAX.PRO
  40.       REM DOS=UMB
  41.       DOS=HIGH
  42.  
  43. > For Ethernet Networks and EMM386 on DR DOS 6.0. 
  44. Enter in CONFIG.SYS:
  45.       DEVICE=C:\DRDOS\EMM386.SYS /BDOS=NONE
  46.  
  47. > For Token Ring Networks and EMM386 on MS-DOS 5.0. 
  48. Enter in CONFIG.SYS:
  49.       DEVICE=C:\DOS\HIMEM.SYS
  50.       DEVICE=C:\DOS\EMM386.EXE RAM X=CC00-CDFF X=D800-DBFF
  51.       REM DOS=UMB
  52.  
  53. The Token Ring IPX driver version 2.63 uses upper memory from CC000 to
  54. CDFFF and D8000 to DBFFF.  Exclude this area of memory with the X=
  55. parameter when using EMM386.EXE or CEMM.EXE.  For other token ring drivers,
  56. consult your memory management manual for information on how to exclude
  57. areas of memory.
  58.  
  59.  
  60. 2.  DISABLING THE UPPER MEMORY LOAD FEATURE
  61. You can load WSLAN into conventional memory (0 to 640 KB), without having
  62. to change CONFIG.SYS, by disabling the Upper Memory Load feature.
  63.       Add /UN to the WSLAN command, for example:
  64.              WSLAN config_filename /UN
  65.  
  66. config_filename is the name of the configuration file you want to use. 
  67. The configuration file is either WSLAN.CFG or a file that was created
  68. previously.  (You need not include the .CFG filename extension on the
  69. command line.)  This command instructs the workstation to load WSLAN into
  70. conventional memory.